home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Programming / AmigaE / Src / Utils / Build / .build example 1 next >
Encoding:
Text File  |  1997-08-10  |  129 b   |  13 lines

  1. testfile=build
  2. bla=build
  3. target=blo
  4.  
  5. all:$(testfile)
  6.   echo 1
  7.   echo $target
  8.   echo 2
  9.  
  10. build:$(bla).e
  11.   echo $target
  12.   echo YeP!
  13.